/* CSS Document */

body {
  /* background-color: rgb(245, 232, 222);*/
  font-family: sans-serif, Verdana, Geneva, Tahoma, sans-serif;
}
.contenedor {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
  /*background-color: rgb(180, 236, 240);*/
}

.contenedor3 {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;

  /*background-color: rgb(180, 236, 240);*/
}

.logo {
  width: 10px;
}

/*=================   MENÚ    ==================*/

.navegacion {
  background-color: black;
}

.navegacion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navegacion ul li {
  display: inline-block;
}

.navegacion ul li a {
  color: rgb(202, 198, 198);
  display: block;
  padding: 20px 50px;
  text-decoration: none;
}
ul li.active a {
  background: #2560a3;
}
/*.navegacion ul li a:hover {
  background: #2560a3;
}*/

/*================  FIN MENÚ  =================*/

/*================  Inicio CONTENEDOR MAIN =================*/
.bloque1 .principal {
  width: 100%;
  clip-path: inset(0% 0% 25% 0%);
}

/*================  FIN CONTENEDOR MAIN =================*/

/*================  Inicio bloque 11 =================*/

.bloque11 .bloc {
  margin: 0px, 0px, 0px, 0px;
}
.bloque11 {
  margin: 0px auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  /*background-color: #d799fa;
  border: 1px solid #5023f5;*/
}

.bloc {
  width: 33%;
  height: 300px;
  margin-top: -150px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.texto {
  color: rgb(41, 98, 151);
  /*background-color: rgba(17, 81, 219, 0.3);*/
}
p {
  padding: 7%;
}
/*.texto:hover {
  color: rgb(255, 255, 255);
}*/

.icono {
  display: block;
  margin: 15% 45% 0% 45%;
  width: 39px;
  height: 39px;
  /*overflow: hidden;*/
}

/*.icono:hover {
  background: url(..ja_mendozite/images/icon-module1-hover.png/) no-repeat
    center bottom;
  display: block;
  margin: 15% 45% 0% 45%;
  width: 39px;
  height: 39px;
  overflow: hidden;
  color: white;
  z-index: 2;
}*/

.h1 {
  z-index: 300px;
}

.texto {
  margin-top: 5%;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

/*==========CAJAS===========*/
.caja1 {
  background-color: #ffffff;
}
/*.caja1:hover {
  background-color: #ff1e00;
}*/
/*==========================*/
.caja2 {
  background-color: #ffffff;
}
/*.caja2:hover {
  background-color: #ff1e00;
}*/
/*==========================*/
.caja3 {
  background-color: #ffffff;
}
/*.caja3:hover {
  background-color: #ff1e00;
}*/
/*==========================*/
.caja4 {
  background-color: #ffffff;
}
/*.caja4:hover {
  background-color: #ff1e00;
}/*
/*================  Inicio bloque 2 =================*
.bloque2 {
  margin: 10px auto;
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #d799fa;
  border: 1px solid #5023f5;
}

.bloc {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.caja1 {
  background-color: #ff6f00;
}
.caja2 {
  background-color: #ff8f00;
}
.caja3 {
  background-color: #ffa000;
}
.caja4 {
  background-color: #ffb300;
}

*================  FIN bloque 2 =================*/

/*
#menu {
  background-color: black;
}


#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  display: inline-block;
}

#menu ul li a {
  color: rgb(202, 198, 198);
  display: block;
  padding: 20px 50px;
  text-decoration: none;
}

#menu ul li a:hover {
  background-color: #d05338;
}*/
